Welcome![Sign In][Sign Up]
Location:
Search - TSP PSO

Search list

[CSharpVRP

Description: 经典的粒子群算法(PSO),通过迭代搜索更新产生更优良的下一代解。供大家参考学习-classical PSO (PSO), through iterative search update produce the next generation better solution. For your reference learning
Platform: | Size: 24576 | Author: 笑容 | Hits:

[OtherTSPsolvtion

Description: 使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序-Return thinking the use of simulation to solve tsp (travelers) will look after downloading the use of procedures
Platform: | Size: 8192 | Author: 随风 | Hits:

[matlabTSP

Description: 本程序是对旅行家问题的粒子群优化算法实现-This procedure is the issue of travelers Particle Swarm Optimization Algorithm
Platform: | Size: 11264 | Author: 邓高峰 | Hits:

[AI-NN-PRPSO

Description: 粒子群优化算法程序包,包括java、c、vb三个版本-Particle Swarm Optimization package, including java, c, vb three versions
Platform: | Size: 131072 | Author: 刘坤 | Hits:

[AI-NN-PRDPSO

Description: 求解TSP问题的动态邻域粒子群优化算法 (论文)-Solving dynamic TSP problem Neighborhood Particle Swarm Optimization (Thesis)
Platform: | Size: 206848 | Author: 清水 | Hits:

[AI-NN-PRTSPsource

Description: 用C++实现的蚁群算法解决TSP问题源码-With C++ Realize the ant colony algorithm to solve TSP problem source
Platform: | Size: 3072 | Author: cuiweixiong | Hits:

[Mathimatics-Numerical algorithmsthreeAlgo

Description: matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm for calculation of AS some time ago on the intelligent test classes, make their own procedures. Quote here, hope someone can improve them, and exchange of experience which is more valuable. Genetic algorithm to solve the minimum spanning tree problem, PURFER coding. Particle swarm optimization to do unconstrained optimization problem. Ant colony algorithm to solve the TSP problem. If there is hope to exchange our experience, thank you, He He
Platform: | Size: 14336 | Author: stephen | Hits:

[AI-NN-PR4

Description: 介绍了一种高效的改进型PSO算法,北理教授发表,国内著名核心期刊收录。-Introduces an efficient improved PSO algorithm, the North Professor published in famous journals included the core.
Platform: | Size: 534528 | Author: asdwe | Hits:

[MPIpsotsp

Description: 用粒子群算法解决tsp问题,其粒子群算法为离散粒子群算法。-Using particle swarm algorithm to solve the problem tsp its discrete particle swarm PSO.
Platform: | Size: 6144 | Author: 何涛 | Hits:

[OS programtsppso

Description: 运用粒子群算法pso来解决旅行商问题中的最优路径的选择。-TSP PSO
Platform: | Size: 21504 | Author: zhao | Hits:

[Mathimatics-Numerical algorithmsGPSO4tsp1

Description: pso解决tsp问题 matlab源码 可做为学习参考-pso to solve the problem tsp matlab source code can be used as study and reference
Platform: | Size: 936960 | Author: ycc | Hits:

[OtherPSOThesis

Description: PSO thesis useful doc
Platform: | Size: 6018048 | Author: dmrprasad | Hits:

[AI-NN-PRpso

Description: 本算法在用C++语言开发的PSO求解TSP问题,给出相应的结果-pso for solving TSP problems
Platform: | Size: 20480 | Author: along | Hits:

[matlabPSO-Code1

Description: TSp problem by matlab code
Platform: | Size: 31744 | Author: ady | Hits:

[matlabPSO--TSP

Description: 粒子群解决旅行商问题 包含数据集 运行结果良好-Particle Swarms Optimization tsp
Platform: | Size: 12288 | Author: 王宇 | Hits:

[matlabhpso-tsp

Description: 是关于混合粒子群的一个程序,解决旅行商问题的。简单易懂。-PSO TSP
Platform: | Size: 12288 | Author: 彭晓志 | Hits:

[OtherPSO-for-TSP-of-51-city

Description: 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with the results of the genetic algorithm!
Platform: | Size: 10240 | Author: lin | Hits:

[AlgorithmPSO

Description: 针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。-TSP problem solving for the traditional algorithms such as genetic algorithms, particle swarm optimization accuracy and solving the scale, there is a certain lack of a dynamic programming algorithm-based particle swarm optimization algorithm. The algorithm using dynamic programming method to achieve the evolution of information exchange between the particles and the particles, and particle swarm particle scale-free information guide network topology map to connect. The simulation results show that this method can effectively reduce the error rate and improve the solution precision, while maintaining a low computational complexity, good soundness.
Platform: | Size: 314368 | Author: 程徐 | Hits:

[matlabPSO-for-solving-the-TSP

Description: 粒子群算法求解旅行商问题的MATLAB源代码-MATLAB source code of the PSO algorithm for solving the traveling salesman problem
Platform: | Size: 2048 | Author: 断雨 | Hits:

[Software EngineeringPSO

Description: 利用改进的粒子群算法解决旅行商问题,即g改进的PSO解决TSP,在调用程序时,直接输入pso(c,n),c为距离矩阵,请自己给出,n为粒子群个数-Improved particle swarm algorithm to solve the traveling salesman problem, ie g Improved PSO to solve the TSP
Platform: | Size: 2048 | Author: 计算科学 | Hits:
« 1 2 3 45 6 7 8 »

CodeBus www.codebus.net